home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / arcer / gnutar10.lha / GnuTAR / GNUTarSource.LHA / source / smakefile < prev    next >
Makefile  |  1995-07-23  |  1KB  |  52 lines

  1. SRCS =    tar.c create.c extract.c buffer.c getoldopt.c update.c gnu.c  \
  2.     version.c list.c diffarch.c port.c wildmat.c getopt.c \
  3.     getopt1.c sas_amiga.c sas_amiga2.c
  4.  
  5. OBJS =    tar.o create.o extract.o buffer.o getoldopt.o update.o gnu.o  \
  6.     version.o list.o diffarch.o port.o wildmat.o getopt.o \
  7.     getopt1.o sas_amiga.o sas_amiga2.o
  8.  
  9. GNUTar: $(OBJS)
  10.  
  11.     SLINK LIB:c.o,$(OBJS) TO GNUTar LIB LIB:sc.lib LIB:amiga.lib WITH REDEFINES.WTH 
  12.  
  13.     smake -f smakefile030
  14.     smake -f smakefile040
  15.  
  16.     Copy GNUTar /
  17.     Copy GNUTar030 /
  18.     Copy GNUTar040 /
  19.  
  20. tar.o:       tar.c
  21.              SC tar.c
  22. create.o:    create.c
  23.              SC create.c
  24. extract.o:   extract.c
  25.              SC DEFINE=BSD42 extract.c
  26. buffer.o:    buffer.c
  27.              SC buffer.c
  28. getoldopt.o: getoldopt.c
  29.              SC getoldopt.c
  30. update.o:    update.c
  31.              SC update.c
  32. gnu.o:       gnu.c
  33.              SC gnu.c
  34. version.o:   version.c
  35.              SC version.c
  36. list.o:      list.c
  37.              SC list.c
  38. diffarch.o:  diffarch.c
  39.              SC DEFINE=BSD42 diffarch.c
  40. port.o:      port.c
  41.              SC port.c
  42. wildmat.o:   wildmat.c
  43.              SC wildmat.c
  44. getopt.o:    getopt.c
  45.              SC getopt.c
  46. getopt1.o:   getopt1.c
  47.              SC getopt1.c
  48. sas_amiga.o:   sas_amiga.c
  49.              SC sas_amiga.c
  50. sas_amiga2.o:   sas_amiga2.c
  51.              SC sas_amiga2.c
  52.